object frmPractiseInMemoryAnswer: TfrmPractiseInMemoryAnswer Left = 320 Top = 114 HelpContext = 2110 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog ClientHeight = 262 ClientWidth = 348 Color = clBtnFace ParentFont = True OldCreateOrder = False Position = poOwnerFormCenter DesignSize = ( 348 262) PixelsPerInch = 96 TextHeight = 13 object lbAnswerIs: TTntLabel Left = 16 Top = 16 Width = 53 Height = 13 Caption = 'lbAnswerIs' end object lbQuestion: TTntLabel Left = 16 Top = 170 Width = 51 Height = 13 Anchors = [akLeft, akBottom] Caption = 'lbQuestion' end object btnCancel: TTntButton Left = 260 Top = 225 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True ModalResult = 2 TabOrder = 2 end object btnNo: TTntButton Left = 180 Top = 225 Width = 75 Height = 25 Anchors = [akRight, akBottom] ModalResult = 7 TabOrder = 1 end object btnYes: TTntButton Left = 100 Top = 225 Width = 75 Height = 25 Anchors = [akRight, akBottom] Default = True ModalResult = 6 TabOrder = 0 end object sbAnswer: TScrollBox Left = 16 Top = 64 Width = 318 Height = 93 VertScrollBar.Smooth = True Anchors = [akLeft, akTop, akRight, akBottom] BevelInner = bvNone BevelKind = bkFlat BorderStyle = bsNone Color = clWindow ParentBackground = True ParentColor = False TabOrder = 3 object lbAnswer: TTntLabel Left = 0 Top = 0 Width = 316 Height = 13 Align = alTop ParentShowHint = False ShowHint = True WordWrap = True end end end